From 3349946b89edd77d486bc4aeae45950b11a30215 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 17 Aug 2008 22:09:46 +0000 Subject: [PATCH] Add missing doc for several new formats/options. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3360 f51c46e8-681c-474f-0cfe-069cfd0219fb --- .../xmldoc/formats/options/gopal-clean.xml | 9 +++++++ .../formats/options/igo8-description.xml | 5 ++++ .../xmldoc/formats/options/igo8-title.xml | 3 +++ .../xmldoc/formats/options/igo8-tracknum.xml | 10 ++++++++ .../formats/options/lowranceusr-wversion.xml | 25 +++++++++++++++++++ .../xmldoc/formats/options/m241-bin-csv.xml | 3 +++ gpsbabel/xmldoc/formats/options/m241-csv.xml | 5 ++++ .../xmldoc/formats/options/m241-erase.xml | 2 ++ .../formats/options/tiger-unfoundmarker.xml | 4 ++- 9 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 gpsbabel/xmldoc/formats/options/igo8-description.xml create mode 100644 gpsbabel/xmldoc/formats/options/igo8-title.xml create mode 100644 gpsbabel/xmldoc/formats/options/igo8-tracknum.xml create mode 100644 gpsbabel/xmldoc/formats/options/lowranceusr-wversion.xml create mode 100644 gpsbabel/xmldoc/formats/options/m241-bin-csv.xml create mode 100644 gpsbabel/xmldoc/formats/options/m241-csv.xml create mode 100644 gpsbabel/xmldoc/formats/options/m241-erase.xml diff --git a/gpsbabel/xmldoc/formats/options/gopal-clean.xml b/gpsbabel/xmldoc/formats/options/gopal-clean.xml index 8b1378917..d0089f5eb 100644 --- a/gpsbabel/xmldoc/formats/options/gopal-clean.xml +++ b/gpsbabel/xmldoc/formats/options/gopal-clean.xml @@ -1 +1,10 @@ + + Specifying the flag makes the Gopal reader pass + over the data and discard data that is probably incorrect such as the + longitude and latitude of "0". + + + If you happen to be a boater or pilot off the south short of Ghana, + you may disagree that coordinates of "0, 0" are bad. + diff --git a/gpsbabel/xmldoc/formats/options/igo8-description.xml b/gpsbabel/xmldoc/formats/options/igo8-description.xml new file mode 100644 index 000000000..9eefaef1a --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/igo8-description.xml @@ -0,0 +1,5 @@ + +Use this option to the description of the track which is text appears just below the track title in the track list on the device. + + + diff --git a/gpsbabel/xmldoc/formats/options/igo8-title.xml b/gpsbabel/xmldoc/formats/options/igo8-title.xml new file mode 100644 index 000000000..4dbbc5a6a --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/igo8-title.xml @@ -0,0 +1,3 @@ + + Use ths option to set the title of the track. + diff --git a/gpsbabel/xmldoc/formats/options/igo8-tracknum.xml b/gpsbabel/xmldoc/formats/options/igo8-tracknum.xml new file mode 100644 index 000000000..fe2ed760d --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/igo8-tracknum.xml @@ -0,0 +1,10 @@ + + This option isn't entirely clear. It appears to be a unique number + for each track that is used for coloring on the main display. So if you + want two tracks to have different colors, set the track numbers to + different values. + + + If you can provide a better description of this option, please do contact + us. + diff --git a/gpsbabel/xmldoc/formats/options/lowranceusr-wversion.xml b/gpsbabel/xmldoc/formats/options/lowranceusr-wversion.xml new file mode 100644 index 000000000..d8a59c0a9 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/lowranceusr-wversion.xml @@ -0,0 +1,25 @@ + + Newer (post 2006 or so) Lowrance devices added a version three of their + .usr file format that adds depth. Specify "3" here to use that format + on write. + + + + + gpsbabel ... -o lowranceusr,wversion=2 -F blah.usr + +is exactly the same as + + gpsbabel ... -o lowranceusr -F blah.usr + + + + + +To create a file that contains depth but therefore isn't usable +on older Lowrance products, use this: + + gpsbabel ... -o lowranceusr,wversion=3 -F blah.usr + + + diff --git a/gpsbabel/xmldoc/formats/options/m241-bin-csv.xml b/gpsbabel/xmldoc/formats/options/m241-bin-csv.xml new file mode 100644 index 000000000..30489f315 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/m241-bin-csv.xml @@ -0,0 +1,3 @@ + + Specifies a filename into which MTK-compatible CSV output will be written. + diff --git a/gpsbabel/xmldoc/formats/options/m241-csv.xml b/gpsbabel/xmldoc/formats/options/m241-csv.xml new file mode 100644 index 000000000..1750f66b8 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/m241-csv.xml @@ -0,0 +1,5 @@ + + Note that this option is a bit of an oddity in the GPSBabel arsenal. This + should probably be a "real" output type of its own instead of being bolted + onto an input type. + diff --git a/gpsbabel/xmldoc/formats/options/m241-erase.xml b/gpsbabel/xmldoc/formats/options/m241-erase.xml new file mode 100644 index 000000000..fa36635ae --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/m241-erase.xml @@ -0,0 +1,2 @@ +This option erases the track log from the device after download. + diff --git a/gpsbabel/xmldoc/formats/options/tiger-unfoundmarker.xml b/gpsbabel/xmldoc/formats/options/tiger-unfoundmarker.xml index 8b1378917..d9ff51a33 100644 --- a/gpsbabel/xmldoc/formats/options/tiger-unfoundmarker.xml +++ b/gpsbabel/xmldoc/formats/options/tiger-unfoundmarker.xml @@ -1 +1,3 @@ - + + Specifies the icon type for unfound geocaches. Default is "bluepin". + -- 2.30.2